home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
animpoint
/
arexx
/
shutdown.rexx
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1995-12-21
|
342 b
|
14 lines
/* this script shuts down AnimPoint */
/* -- if an AnimPoint is not running, complain ---------------------------- */
if pos('ANIMPOINT', (show(ports))) = 0 then do
say "AnimPoint server not running."
exit 5
end
/* -- if we found one, tell it to exit ------------------------------------ */
address ANIMPOINT
quit